os.dirInfo.buf (field)
7 uses
os (current package)
dir_unix.go#L19: buf *[]byte // buffer for directory I/O
dir_unix.go#L38: if d.buf != nil {
dir_unix.go#L39: dirBufPool.Put(d.buf)
dir_unix.go#L40: d.buf = nil
dir_unix.go#L48: f.dirinfo.buf = dirBufPool.Get().(*[]byte)
dir_unix.go#L70: d.nbuf, errno = f.pfd.ReadDirent(*d.buf)
dir_unix.go#L81: buf := (*d.buf)[d.bufp:d.nbuf]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |